3.15 \(\int \frac {x}{a x^2+b x^3+c x^4} \, dx\)

Optimal. Leaf size=62 \[ \frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{a \sqrt {b^2-4 a c}}-\frac {\log \left (a+b x+c x^2\right )}{2 a}+\frac {\log (x)}{a} \]

[Out]

ln(x)/a-1/2*ln(c*x^2+b*x+a)/a+b*arctanh((2*c*x+b)/(-4*a*c+b^2)^(1/2))/a/(-4*a*c+b^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 62, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 7, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.350, Rules used = {1585, 705, 29, 634, 618, 206, 628} \[ \frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{a \sqrt {b^2-4 a c}}-\frac {\log \left (a+b x+c x^2\right )}{2 a}+\frac {\log (x)}{a} \]

Antiderivative was successfully verified.

[In]

Int[x/(a*x^2 + b*x^3 + c*x^4),x]

[Out]

(b*ArcTanh[(b + 2*c*x)/Sqrt[b^2 - 4*a*c]])/(a*Sqrt[b^2 - 4*a*c]) + Log[x]/a - Log[a + b*x + c*x^2]/(2*a)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 705

Int[1/(((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)), x_Symbol] :> Dist[e^2/(c*d^2 - b*d*e + a*e^2
), Int[1/(d + e*x), x], x] + Dist[1/(c*d^2 - b*d*e + a*e^2), Int[(c*d - b*e - c*e*x)/(a + b*x + c*x^2), x], x]
 /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ[2*c*d - b*e, 0]

Rule 1585

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(m +
 n*p)*(a + b*x^(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, m, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] &
& PosQ[r - p]

Rubi steps

\begin {align*} \int \frac {x}{a x^2+b x^3+c x^4} \, dx &=\int \frac {1}{x \left (a+b x+c x^2\right )} \, dx\\ &=\frac {\int \frac {1}{x} \, dx}{a}+\frac {\int \frac {-b-c x}{a+b x+c x^2} \, dx}{a}\\ &=\frac {\log (x)}{a}-\frac {\int \frac {b+2 c x}{a+b x+c x^2} \, dx}{2 a}-\frac {b \int \frac {1}{a+b x+c x^2} \, dx}{2 a}\\ &=\frac {\log (x)}{a}-\frac {\log \left (a+b x+c x^2\right )}{2 a}+\frac {b \operatorname {Subst}\left (\int \frac {1}{b^2-4 a c-x^2} \, dx,x,b+2 c x\right )}{a}\\ &=\frac {b \tanh ^{-1}\left (\frac {b+2 c x}{\sqrt {b^2-4 a c}}\right )}{a \sqrt {b^2-4 a c}}+\frac {\log (x)}{a}-\frac {\log \left (a+b x+c x^2\right )}{2 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 61, normalized size = 0.98 \[ -\frac {\frac {2 b \tan ^{-1}\left (\frac {b+2 c x}{\sqrt {4 a c-b^2}}\right )}{\sqrt {4 a c-b^2}}+\log (a+x (b+c x))-2 \log (x)}{2 a} \]

Antiderivative was successfully verified.

[In]

Integrate[x/(a*x^2 + b*x^3 + c*x^4),x]

[Out]

-1/2*((2*b*ArcTan[(b + 2*c*x)/Sqrt[-b^2 + 4*a*c]])/Sqrt[-b^2 + 4*a*c] - 2*Log[x] + Log[a + x*(b + c*x)])/a

________________________________________________________________________________________

fricas [A]  time = 0.95, size = 211, normalized size = 3.40 \[ \left [\frac {\sqrt {b^{2} - 4 \, a c} b \log \left (\frac {2 \, c^{2} x^{2} + 2 \, b c x + b^{2} - 2 \, a c + \sqrt {b^{2} - 4 \, a c} {\left (2 \, c x + b\right )}}{c x^{2} + b x + a}\right ) - {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right ) + 2 \, {\left (b^{2} - 4 \, a c\right )} \log \relax (x)}{2 \, {\left (a b^{2} - 4 \, a^{2} c\right )}}, \frac {2 \, \sqrt {-b^{2} + 4 \, a c} b \arctan \left (-\frac {\sqrt {-b^{2} + 4 \, a c} {\left (2 \, c x + b\right )}}{b^{2} - 4 \, a c}\right ) - {\left (b^{2} - 4 \, a c\right )} \log \left (c x^{2} + b x + a\right ) + 2 \, {\left (b^{2} - 4 \, a c\right )} \log \relax (x)}{2 \, {\left (a b^{2} - 4 \, a^{2} c\right )}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(c*x^4+b*x^3+a*x^2),x, algorithm="fricas")

[Out]

[1/2*(sqrt(b^2 - 4*a*c)*b*log((2*c^2*x^2 + 2*b*c*x + b^2 - 2*a*c + sqrt(b^2 - 4*a*c)*(2*c*x + b))/(c*x^2 + b*x
 + a)) - (b^2 - 4*a*c)*log(c*x^2 + b*x + a) + 2*(b^2 - 4*a*c)*log(x))/(a*b^2 - 4*a^2*c), 1/2*(2*sqrt(-b^2 + 4*
a*c)*b*arctan(-sqrt(-b^2 + 4*a*c)*(2*c*x + b)/(b^2 - 4*a*c)) - (b^2 - 4*a*c)*log(c*x^2 + b*x + a) + 2*(b^2 - 4
*a*c)*log(x))/(a*b^2 - 4*a^2*c)]

________________________________________________________________________________________

giac [A]  time = 0.50, size = 62, normalized size = 1.00 \[ -\frac {b \arctan \left (\frac {2 \, c x + b}{\sqrt {-b^{2} + 4 \, a c}}\right )}{\sqrt {-b^{2} + 4 \, a c} a} - \frac {\log \left (c x^{2} + b x + a\right )}{2 \, a} + \frac {\log \left ({\left | x \right |}\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(c*x^4+b*x^3+a*x^2),x, algorithm="giac")

[Out]

-b*arctan((2*c*x + b)/sqrt(-b^2 + 4*a*c))/(sqrt(-b^2 + 4*a*c)*a) - 1/2*log(c*x^2 + b*x + a)/a + log(abs(x))/a

________________________________________________________________________________________

maple [A]  time = 0.01, size = 62, normalized size = 1.00 \[ -\frac {b \arctan \left (\frac {2 c x +b}{\sqrt {4 a c -b^{2}}}\right )}{\sqrt {4 a c -b^{2}}\, a}+\frac {\ln \relax (x )}{a}-\frac {\ln \left (c \,x^{2}+b x +a \right )}{2 a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(c*x^4+b*x^3+a*x^2),x)

[Out]

1/a*ln(x)-1/2/a*ln(c*x^2+b*x+a)-1/a*b/(4*a*c-b^2)^(1/2)*arctan((2*c*x+b)/(4*a*c-b^2)^(1/2))

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(c*x^4+b*x^3+a*x^2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more details)Is 4*a*c-b^2 positive or negative?

________________________________________________________________________________________

mupad [B]  time = 2.30, size = 213, normalized size = 3.44 \[ \frac {\ln \relax (x)}{a}-\ln \left (b\,c-\left (x\,\left (6\,a\,c^2-2\,b^2\,c\right )-a\,b\,c\right )\,\left (\frac {1}{2\,a}-\frac {b\,\sqrt {b^2-4\,a\,c}}{2\,\left (a\,b^2-4\,a^2\,c\right )}\right )+3\,c^2\,x\right )\,\left (\frac {1}{2\,a}-\frac {b\,\sqrt {b^2-4\,a\,c}}{2\,\left (a\,b^2-4\,a^2\,c\right )}\right )-\ln \left (\left (x\,\left (6\,a\,c^2-2\,b^2\,c\right )-a\,b\,c\right )\,\left (\frac {1}{2\,a}+\frac {b\,\sqrt {b^2-4\,a\,c}}{2\,\left (a\,b^2-4\,a^2\,c\right )}\right )-b\,c-3\,c^2\,x\right )\,\left (\frac {1}{2\,a}+\frac {b\,\sqrt {b^2-4\,a\,c}}{2\,\left (a\,b^2-4\,a^2\,c\right )}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a*x^2 + b*x^3 + c*x^4),x)

[Out]

log(x)/a - log(b*c - (x*(6*a*c^2 - 2*b^2*c) - a*b*c)*(1/(2*a) - (b*(b^2 - 4*a*c)^(1/2))/(2*(a*b^2 - 4*a^2*c)))
 + 3*c^2*x)*(1/(2*a) - (b*(b^2 - 4*a*c)^(1/2))/(2*(a*b^2 - 4*a^2*c))) - log((x*(6*a*c^2 - 2*b^2*c) - a*b*c)*(1
/(2*a) + (b*(b^2 - 4*a*c)^(1/2))/(2*(a*b^2 - 4*a^2*c))) - b*c - 3*c^2*x)*(1/(2*a) + (b*(b^2 - 4*a*c)^(1/2))/(2
*(a*b^2 - 4*a^2*c)))

________________________________________________________________________________________

sympy [B]  time = 4.36, size = 564, normalized size = 9.10 \[ \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) \log {\left (x + \frac {24 a^{4} c^{2} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} - 14 a^{3} b^{2} c \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} - 12 a^{3} c^{2} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) + 2 a^{2} b^{4} \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} + 3 a^{2} b^{2} c \left (- \frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) - 12 a^{2} c^{2} + 11 a b^{2} c - 2 b^{4}}{9 a b c^{2} - 2 b^{3} c} \right )} + \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) \log {\left (x + \frac {24 a^{4} c^{2} \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} - 14 a^{3} b^{2} c \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} - 12 a^{3} c^{2} \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) + 2 a^{2} b^{4} \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right )^{2} + 3 a^{2} b^{2} c \left (\frac {b \sqrt {- 4 a c + b^{2}}}{2 a \left (4 a c - b^{2}\right )} - \frac {1}{2 a}\right ) - 12 a^{2} c^{2} + 11 a b^{2} c - 2 b^{4}}{9 a b c^{2} - 2 b^{3} c} \right )} + \frac {\log {\relax (x )}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(c*x**4+b*x**3+a*x**2),x)

[Out]

(-b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))*log(x + (24*a**4*c**2*(-b*sqrt(-4*a*c + b**2)/(2*a*(4*
a*c - b**2)) - 1/(2*a))**2 - 14*a**3*b**2*c*(-b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))**2 - 12*a*
*3*c**2*(-b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a)) + 2*a**2*b**4*(-b*sqrt(-4*a*c + b**2)/(2*a*(4*
a*c - b**2)) - 1/(2*a))**2 + 3*a**2*b**2*c*(-b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a)) - 12*a**2*c
**2 + 11*a*b**2*c - 2*b**4)/(9*a*b*c**2 - 2*b**3*c)) + (b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))*
log(x + (24*a**4*c**2*(b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))**2 - 14*a**3*b**2*c*(b*sqrt(-4*a*
c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))**2 - 12*a**3*c**2*(b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2
*a)) + 2*a**2*b**4*(b*sqrt(-4*a*c + b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a))**2 + 3*a**2*b**2*c*(b*sqrt(-4*a*c +
b**2)/(2*a*(4*a*c - b**2)) - 1/(2*a)) - 12*a**2*c**2 + 11*a*b**2*c - 2*b**4)/(9*a*b*c**2 - 2*b**3*c)) + log(x)
/a

________________________________________________________________________________________